home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000380_jaltman@watsun.cc.columbia.edu_Wed Sep 12 11:10:24 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  41 lines

  1. Article: 12773 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: K-95 Linux console emulation character sets
  6. Date: 12 Sep 2001 00:53:57 GMT
  7. Organization: Columbia University
  8. Lines: 24
  9. Message-ID: <9nmbn5$f2r$1@newsmaster.cc.columbia.edu>
  10. References: <rj1tpt08bt5nsrmh2gddqc0p5b2puc2737@4ax.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1000256037 15451 128.59.39.2 (12 Sep 2001 00:53:57 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 12 Sep 2001 00:53:57 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12773
  16.  
  17. In article <rj1tpt08bt5nsrmh2gddqc0p5b2puc2737@4ax.com>,
  18. Pim Zandbergen  <P.Zandbergen@macroscoop.nl> wrote:
  19. : On the Linux console, curses applications can display latin1-iso
  20. : characters surrounded by box characters.
  21. : When using the K-95 Linux console emulation, I have to use the cp850
  22. : character set to get the box characters to display correctly, but this
  23. : (obviously) also effects the text.
  24. : Is there a way to have text in latin1-iso and still display box
  25. : characters correctly?
  26. : Thanks,
  27. : Pim
  28.  
  29. Try
  30.  
  31.   SET TERMINAL REMOTE-CHARACTER-SET CP437 G2
  32.  
  33.  
  34.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  35.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  36.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  37.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  38.